home *** CD-ROM | disk | FTP | other *** search
- // Bolo code (C) Stuart Cheshire <cheshire@cs.stanford.edu> 1987-1994.
- // All rights reserved. This code is owned by Stuart Cheshire and is donated
- // free of charge for non-commercial use. You may not use this code in any
- // product sold for commercial profit, except shareware priced at $25 or less.
-
- // Alerts
- enum
- {
- alert_generalerror = 256, alert_systemtoostupid, alert_cannot_print
- };
-
- // Dialogs
- enum
- {
- dialog_generalmsg = 128, MM_about
- };
-
-
- // Menu IDs
- enum { appleID = 128, fileID, editID, BF_ID };
-
- enum
- {
- fm_open = 1, fm_close,
- fm_sep1, fm_quit
- };
-
- enum
- {
- em_undo = 1,
- em_sep1, em_cut, em_copy, em_paste, em_clear
- };
-
- enum
- {
- bm_60 = 1, bm_30, bm_20, bm_15, bm_end
- };
-